<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("../new_font/HarmonyOS_Sans_SC.woff2") format("woff2"),
    url("../new_font/HarmonyOS_Sans_SC.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN Medium";
  src: url("../new_font/DIN Medium.woff2") format("woff2"),
    url("../new_font/DIN Medium.woff") format("woff"),
    url("../new_font/DIN Medium.ttf") format("truetype"),
    url("../new_font/DIN Medium.eot") format("embedded-opentype"),
    url("../new_font/DIN Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.navbar {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -600px;
  z-index: 99;
}

#sel {
  color: #f9c152 !important;
}

.navbar &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar &gt; div:nth-child(1) {
  background: #021a54;
  height: 90px;
  width: 162px;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav &gt; li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 101px;
  cursor: pointer;
  height: 90px;
  font-size: 16px;
  color: #010101;
  position: relative;
}

.nav &gt; li &gt; a {
  font-size: 16px;
  color: #010101;
  display: block;
  width: 100%;
  height: 90px;
  text-align: center;
  line-height: 90px;
}

.nav li &gt; span {
  font-family: "DIN Medium";
  font-weight: bold;
  font-size: 15px;
}

.nav &gt; li:nth-last-child(1) {
  width: 212px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 18px;
}

.nav &gt; li form {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.nav &gt; li input {
  width: 150px;
  margin-left: 0px;
  padding: 0 5px;
  height: 30px;
  border: 1px solid #f9c152;
  color: #010101;
  outline: none;
  display: block;
}

.nav &gt; li button {
  width: 32px;
  height: 32px;
  border: none;
  text-align: center;
  background: #f9c152;
  display: block;
}

.nav &gt; li button img {
  width: 20px;
  display: inline-block;
}

.subnav {
  position: absolute;
  left: 15px;
  top: 90px;
  width: 130px;
  height: 0px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: height 1s;
  transition: height 1s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
}

.nav &gt; li:hover .nav1 {
  height: 165px;
}

.nav &gt; li:hover .nav2 {
  height: 287px;
}

.nav &gt; li:hover .nav3 {
  height: 123px;
}

.nav &gt; li:hover .nav4 {
  height: 164px;
}

.nav li:hover &gt; a {
  color: #f9c152;
}

.subnav li:hover a {
  color: #f9c152;
}

.subnav li {
  height: 40px;
  border-bottom: 1px solid #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}

.subnav div {
  width: 100%;
  height: 100%;
}

.subnav div a {
  width: 100px;
  height: 100%;
  display: block;
  font-size: 14px;
  color: #010101;
  line-height: 40px;
}

.footer {
  width: 100%;
  height: auto;
  background: url(../new_img/footerbg.jpg) top center no-repeat;
  background-size: cover;
}

.footer-top {
  width: 100%;
  height: 70px;
  border-bottom: 2px solid #333;
}

.footer-top ul {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-top ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  width: 400px;
}

.footer-top p {
  font-size: 14px;
  color: #fff;
}

.footer-top p span {
  color: #727272;
}

.footer-mid {
  width: 1200px;
  margin: 0 auto;
  padding: 25px 0 25px;
  border-bottom: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-logo {
  width: 295px;
}

.footer-logo p {
  font-size: 14px;
  color: #fff;
  padding: 20px 0;
  line-height: 29px;
}

.footer-logo p span {
  color: #727272;
}

.footer-logo form {
  width: 245px;
  height: 40px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-logo form input {
  width: 165px;
  border: none;
  background: none;
  height: 40px;
  line-height: 40px;
  text-align: center;
  outline: none;
}

.footer-logo form .sub_m {
  display: inline-block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #f9c152;
  cursor: pointer;
}

.shop-search {
  font-size: 14px;
  color: #fff;
  background: #f9c152;
  height: 40px;
  line-height: 40px;
  width: 165px;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
}

.shop-search a {
  color: #fff;
}

.footer-con {
  width: 820px;
}

.footer-tit {
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-tit &gt; li {
  font-size: 16px;
}

.footer-tit &gt; li &gt; ul {
  margin-top: 20px;
}

.footer-tit &gt; li &gt; ul &gt; li &gt; a {
  font-size: 14px;
  color: #727272;
  padding-bottom: 15px;
  display: block;
}

.footer-tit &gt; li &gt; ul &gt; li &gt; a:hover {
  color: #f9c152;
}

.footer-btm {
  padding-top: 30px;
  width: 1200px;
  margin: 0 auto;
}

.footer-btm &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-btm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  height: 48px;
  line-height: 48px;
}

.footer-btm ul:nth-child(2) {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.footer-btm ul:nth-child(2) li a {
  width: 105px;
  text-align: center;
  font-size: 14px;
  color: #727272;
  display: block;
}

.footer-btm ul:nth-child(2) li:hover a {
  color: #f9c152;
}

.app {
  width: 222px;
}

.app li {
  width: 48px;
  height: 48px;
  cursor: pointer;
  position: relative;
}

.app li a {
  display: block;
}

.app li:hover {
  background: #f9c152;
  height: 48px;
  width: 48px;
}

.app li img {
  width: 0;
  height: auto;
  position: absolute;
  bottom: 50px;
}

.app li:hover img {
  width: 120px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.wx div {
  width: 48px;
  height: 48px;
  background: url(../new_img/wx_grey_03.png) center center no-repeat;
  border: 1px solid #333;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.wx div:hover {
  background: url(../new_img/wx_white_03.png) center center no-repeat;
  border: none;
}

.wb div {
  width: 48px;
  height: 48px;
  background: url(../new_img/wb_grey_03.png) center center no-repeat;
  border: 1px solid #333;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.wb div:hover {
  background: url(../new_img/wb_white_03.png) center center no-repeat;
  border: none;
}

.qq div {
  width: 48px;
  height: 48px;
  background: url(../new_img/qq_grey_03.png) center center no-repeat;
  border: 1px solid #333;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.qq div:hover {
  background: url(../new_img/qq_white_03.png) center center no-repeat;
  border: none;
}

.ol div {
  width: 48px;
  height: 48px;
  background: url(../new_img/ol_grey_03.png) center center no-repeat;
  border: 1px solid #333;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ol div:hover {
  background: url(../new_img/ol_white_03.png) center center no-repeat;
  border: none;
}

.fri-link {
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 130px;
  height: 48px;
  line-height: 48px;
  background: #f9c152;
  letter-spacing: 1px;
  cursor: pointer;
}

.link-con {
  width: 1200px;
  margin: 10px auto 0;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 1s;
  transition: height 1s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
}

.link-ef {
  height: 50px;
}

.link-con a {
  font-size: 12px;
  color: #727272;
  line-height: 25px;
}

.link-con a:hover {
  color: #f9c152;
}

.icpinfo {
  width: 1200px;
  margin: 10px auto 0;
  font-size: 12px;
  color: #727272;
  padding-bottom: 30px;
}

#nre_kefu {
  z-index: 999;
  position: fixed;
  right: 0;
  bottom: 200px;
  height: 330px;
  width: 80px;
}

#nre_kefu ul li {
  width: 80px;
  height: 80px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e6e6e6;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#nre_kefu ul li:hover {
  background: #000;
}

#nre_kefu ul li img {
  position: absolute;
  right: 85px;
  width: 0;
  top: 0;
}

#nre_kefu ul li:hover img {
  width: 150px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

#nre_kefu ul .ifto1 div {
  width: 45px;
  height: 35px;
  background: url("../new_img/ke_bla.png") 100%;
}

#nre_kefu ul .ifto1:hover div {
  width: 45px;
  height: 35px;
  background: url("../new_img/ke_whi.png") 100%;
}

#nre_kefu ul .ifto2 div {
  width: 31px;
  height: 37px;
  background: url("../new_img/ke_q_1.png") 100%;
}

#nre_kefu ul .ifto2:hover div {
  width: 31px;
  height: 37px;
  background: url("../new_img/ke_q_2.png") 100%;
}

#nre_kefu ul .ifto3 div {
  width: 42px;
  height: 35px;
  background: url("../new_img/ke_w_1.png") 100%;
}

#nre_kefu ul .ifto3:hover div {
  width: 42px;
  height: 35px;
  background: url("../new_img/ke_w_2.png") 100%;
}

#nre_kefu ul .ifto4 div {
  width: 29px;
  height: 34px;
  background: url("../new_img/ke_f_1.png") 100%;
}

#nre_kefu ul .ifto4:hover div {
  width: 29px;
  height: 38px;
  background: url("../new_img/ke_f_2.png") 100%;
}

#nre_kefu ul .ifto4 div {
  width: 29px;
  height: 38px;
  margin: 21px 25px;
}

#nre_kefu ul .ifto4 a {
  display: block;
  width: 100%;
  height: 100%;
  float: left;
}

.pager {
  width: 100%;
  height: 28px;
  line-height: 28px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #333;
}

.pager span {
  font-size: 14px;
  margin: 0 5px;
  padding: 5px 8px;
  background: #f9c152;
  color: #fff !important;
  border: 1px solid #f9c152 !important;
}

.pager a {
  font-size: 14px;
  color: #333;
  border: 1px solid #e5e5e5;
  padding: 5px 8px;
  margin: 0 5px;
}

.pager a:hover {
  background: #f9c152;
  color: #fff !important;
  border: 1px solid #f9c152 !important;
}

.nav &gt; li:nth-last-child(2) {
  position: relative;
}

.sou_cin {
  position: absolute;
  top: 60px;
  left: 10px;
  background: #fff;
  z-index: 99;
  display: none;
}

.sou_cin p {
  width: 100%;
}

.sou_cin &gt; img {
  width: 30px;
}

.sou_cin .cin_or div {
  margin: 20px;
  position: relative;
}

.sou_cin .cin_or {
  position: relative;
  margin-top: -5px;
  border: 1px solid #ccc;
}

.sou_cin .cin_or div input {
  width: 146px;
  border: 1px solid #ccc;
  line-height: 30px;
  padding: 0 5px;
}

.sou_cin .cin_or div button {
  width: 32px;
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  z-index: 100;
  background-color: #ddd;
  background-image: url("../new_img/sou1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 23px 23px;
}

.sou_cin .cin_or div img {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 99;
}

.sou_cin .cin_or div .ing {
  background-color: #f9c152;
  background-image: url("../new_img/sou2.png");
}

.footer-words {
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0 15px;
  border-bottom: 1px solid #333;
}
.footer-words ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-words li {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
.footer-words li a {
  font-size: 14px;
  color: #727272;
  cursor: pointer;
}
</pre></body></html>